Dew Stats for .NET
|
Calculate parameters for exponentially distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be exponentialy distributed. |
out double mu |
Returns exponential distribution parameter estimator. |
ref double[] PCIMu |
Mu (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomExponent, ExponentStat
The following example generates 100 random standard exponentially distributed values and then uses ExponentFit routine to extract used Mu parameter:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|